Detail view  Back to full view


Putting something on something (past tense put it on)

By this action, an actor puts something he is holding on top of a supporter: for instance, putting an apple on a table.


Typed commands leading to this action

    "put [other things] on/onto [something]"
    "drop [other things] on/onto [something]"

Rules controlling this action

    check        an actor putting something on  convert put to drop where possible rule
    check        an actor putting something on  can't put what's not held rule
    check        an actor putting something on  can't put something on itself rule
    check        an actor putting something on  can't put onto what's not a supporter rule
    check        an actor putting something on  can't put onto something being carried rule
    check        an actor putting something on  can't put clothes being worn rule
    check        an actor putting something on  can't put if this exceeds carrying capacity rule
    carry out    an actor putting something on  standard putting rule
    report        an actor putting something on  concise report putting rule
    report        an actor putting something on  standard report putting rule